@charset "UTF-8";

/*全局样式 开始*/
body {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1200:before, .w1200:after {
  content: " ";
  display: table;
}
.w1200:after {
  clear: both;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.center {
  text-align: center;
}

.overHidden {
  overflow: hidden;
}

.visiHidden {
  visibility: hidden;
}

.bg-gray {
  background-color: #f5f5f5;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hover-default:hover {
  color: #80000f;
}

.p-fullimg img {
  width: 100%;
}

/*全局样式 结束*/
/*组件开始*/

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  /* IE8*/
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* The dropdown wrapper (div)*/
.dropup,
.dropdown {
  position: relative;
}

/* Prevent the focus on the dropdown toggle when closing dropdowns*/
.dropdown-toggle:focus {
  outline: 0;
}

/* The dropdown menu (ul)*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  /* none by default, but block on "open" of the menu*/
  float: left;
  min-width: 100%;
  padding: 5px 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  /* Ensures proper alignment if parent has it changed (e.g., modal footer)*/
  background-color: #fff;
  border: 1px solid #ccc;
  /* IE8 fallback*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-clip: padding-box;
  /* Aligns the dropdown menu to right*/
  /**/
  /* Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`*/
  /* Dividers (basically an hr) within the dropdown*/
  /* Links within the dropdown menu*/
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  /* prevent links from randomly breaking onto new lines*/
}

/* Hover/Focus state*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* Active state*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #372e31;
}

/* Disabled state*/
/**/
/* Gray out text and ensure the hover/focus state remains gray*/
.dropdown-menu > .disabled > a {
  /* Nuke hover/focus effects*/
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  /* Remove CSS gradient*/
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* Open state for the dropdown*/
.open {
  /* Show the menu*/
  /* Remove the outline when :focus is triggered*/
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

/* Menu positioning*/
/**/
/* Add extra class to `.dropdown-menu` to flip the alignment of the dropdown*/
/* menu with the parent.*/
.dropdown-menu-right {
  left: auto;
  /* Reset the default from `.dropdown-menu`*/
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* Dropdown section headers*/
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
  /* as with > li > a*/
}

/* Backdrop to catch body clicks on mobile, etc.*/
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* Right aligned dropdowns*/
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}


.dropup,
.navbar-fixed-bottom .dropdown {
  /* Reverse the caret*/
  /* Different positioning for bottom up menu*/
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  /* IE8*/
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

/* Component alignment*/
/**/
/* Reiterate per navbar.less and the modified component alignment there.*/
@media (min-width: 768px) {
  .navbar-right {
    /* Necessary for overrides of the default right aligned menu.*/
    /* Will remove come v4 in all likelihood.*/
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
/**/
/* Buttons*/
/* --------------------------------------------------*/
/* Base styles*/
/* --------------------------------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  /* For input.btn*/
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  /* Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214*/
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  /* [converter] extracted a& to a.btn*/
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
  /* Future-proof disabling of clicks on `<a>` elements*/
}

/* Alternate buttons*/
/* --------------------------------------------------*/
.btn-default {
  color: #fff;
  background-color: #80000f;
  border-color: #80000f;
}
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #4d0009;
  border-color: #010000;
}
.btn-default:hover {
  color: #fff;
  background-color: #4d0009;
  border-color: #430008;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #4d0009;
  border-color: #430008;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #290005;
  border-color: #010000;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #80000f;
  border-color: #80000f;
}
.btn-default .badge {
  color: #80000f;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #372e31;
  border-color: #292225;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1b1718;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1b1718;
  border-color: #080707;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b1718;
  border-color: #080707;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #080707;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #372e31;
  border-color: #292225;
}
.btn-primary .badge {
  color: #372e31;
  background-color: #fff;
}

/* Success appears as green*/
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* Info appears as blue-green*/
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* Warning appears as orange*/
.btn-warning {
  color: #fff;
  background-color: #ff6537;
  border-color: #ff511e;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ff3e04;
  border-color: #9d2400;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ff3e04;
  border-color: #df3300;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff3e04;
  border-color: #df3300;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #df3300;
  border-color: #9d2400;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ff6537;
  border-color: #ff511e;
}
.btn-warning .badge {
  color: #ff6537;
  background-color: #fff;
}

/* Danger and error appear as red*/
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-whiteborder {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-whiteborder:focus, .btn-whiteborder.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-whiteborder:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-whiteborder:active, .btn-whiteborder.active, .open > .btn-whiteborder.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-whiteborder:active:hover, .btn-whiteborder:active:focus, .btn-whiteborder:active.focus, .btn-whiteborder.active:hover, .btn-whiteborder.active:focus, .btn-whiteborder.active.focus, .open > .btn-whiteborder.dropdown-toggle:hover, .open > .btn-whiteborder.dropdown-toggle:focus, .open > .btn-whiteborder.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-whiteborder:active, .btn-whiteborder.active, .open > .btn-whiteborder.dropdown-toggle {
  background-image: none;
}
.btn-whiteborder.disabled:hover, .btn-whiteborder.disabled:focus, .btn-whiteborder.disabled.focus, .btn-whiteborder[disabled]:hover, .btn-whiteborder[disabled]:focus, .btn-whiteborder[disabled].focus, fieldset[disabled] .btn-whiteborder:hover, fieldset[disabled] .btn-whiteborder:focus, fieldset[disabled] .btn-whiteborder.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-whiteborder .badge {
  color: #d9534f;
  background-color: #fff;
}

/* Link buttons*/
/* -------------------------*/
/* Make a button look and behave like a link*/
.btn-link {
  color: #333333;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #0d0d0d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* Button Sizes*/
/* --------------------------------------------------*/
.btn-lg {
  /* line-height: ensure even-numbered height of button next to large input*/
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  /* line-height: ensure proper height of button next to small input*/
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* Block button*/
/* --------------------------------------------------*/
.btn-block {
  display: block;
  width: 100%;
}

/* Vertically space out multiple block buttons*/
.btn-block + .btn-block {
  margin-top: 5px;
}

/* Specificity overrides*/
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


.dh-border1 {
  position: relative;
}
.dh-border1:before, .dh-border1:after {
  content: "";
  position: absolute;
  top: 4%;
  left: 4%;
  width: 92%;
  height: 92%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.dh-border1:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  border-top: 1px solid #80000f;
  border-bottom: 1px solid #80000f;
}
.dh-border1:after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  border-left: 1px solid #80000f;
  border-right: 1px solid #80000f;
}
.dh-border1.active:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.dh-border1.active:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* border动画1 结束*/
/*header start*/
.header {
  height: 118px;
  background: url(/statics/images/stu/topbar-bg.jpg) center 0 no-repeat;
}

.header_logo {
  margin-top: 30px;
}

.header_slogin {
  margin-top: 30px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #80000f;
  font-size: 20px;
}

.header_tel {
  margin-top: 26px;
}
.header_tel .icondianhua {
  margin-right: 10px;
  font-size: 50px;
  color: #80000f;
  vertical-align: middle;
}

.header_tel-info {
  display: inline-block;
  vertical-align: middle;
}
.header_tel-info .title {
  font-size: 18px;
}
.header_tel-info .num {
  font-size: 30px;
  font-weight: bold;
  color: #80000f;
}

/*header end*/
/* 头部导航开始*/
.nav_wrap {
  background-color: #372e31;
}

.p-nav {
  text-align: center;
}
.p-nav .dropdown-menu {
  text-align: center;
}

.nav_cate {
  color: #fff;
  font-size: 18px;
  line-height: 78px;
  cursor: pointer;
  display: block;
}
.nav_cate:hover {
  color: #80000f;
}

.nav_item {
  display: inline-block;
  padding: 0 26px;
}
.nav-drop{
  position: relative;
}
.nav-drop:hover .nav_cate{
  color: #80000f;
}
.nav-drop:hover .nav-dropmenu{
  display: block;
}
.nav-dropmenu{
  position: absolute;
  top:100%;
  left:0;
  right:0;
  z-index: 2000;
  background-color:#372e31;
  padding:10px 0;
  text-align: center;
  color:#fff;
  display: none;
}
.nav-dropmenu a{
  display: block;
  margin:0 10px;
  line-height: 2.4;
}
.nav-dropmenu a:hover{
  background-color:#fff;
  color:#80000f;
}
/* 头部导航结束*/
/* 栏目标题 开始*/
.coltitle1 {
  padding: 20px 0;
  background-color: #fff;
}
.coltitle1:before, .coltitle1:after {
  content: " ";
  display: table;
}
.coltitle1:after {
  clear: both;
}
.coltitle1 .title {
  float: left;
  font-size: 18px;
}
.coltitle1 .more {
  float: right;
  color: #80000f;
}

.coltitle2, .coltitle3 {
  text-align: center;
  padding: 26px 0;
}
.coltitle2 h2, .coltitle3 h2 {
  font-size: 30px;
}
.coltitle2 .subtitle, .coltitle3 .subtitle {
  font-size: 18px;
}

.coltitle3 {
  color: #fff;
}

.coltitle2 .subtitle {
  color: #666;
}

/* 栏目标题 结束*/
/* 友情链接 开始*/
.friendLink {
  line-height: 64px;
}
.friendLink a {
  margin-right: 20px;
}

/* 友情链接 结束*/
/* footer开始*/
.footer {
  background-color: #1a1a1a;
  padding: 20px 0 60px;
}

.footer-nav {
  text-align: center;
  border-bottom: 1px solid #323232;
}
.footer-nav a {
  margin: 0 36px;
  line-height: 64px;
  color: #cdcdcd;
}
.footer-nav a:hover {
  color: #80000f;
}

.footer-content {
  color: #cdcdcd;
}
.footer-content:before, .footer-content:after {
  content: " ";
  display: table;
}
.footer-content:after {
  clear: both;
}

.footer-info {
  float: left;
}
.footer-info .up {
  line-height: 2;
  padding: 30px 0 26px;
}

.footer-right {
  float: right;
  padding-top: 30px;
}
.footer-right .txt {
  display: inline-block;
  width: 170px;
  height: 100px;
  background: url(/statics/images/stu/footer-bg.png) 0 0 no-repeat;
  vertical-align: top;
  margin-left: 20px;
  padding-left: 20px;
}
.footer-right .txt-title {
  font-size: 16px;
  padding: 10px 0 14px;
}

/* footer 结束*/
/* tab 开始*/
.tabnav > li {
  cursor: pointer;
}

.tab .tabpage {
  display: none;
}
.tab .tabpage.active {
  display: block;
}

.p-tab .p-tabnav-wrap {
  padding-top: 20px;
  border-bottom: 4px solid #ebebeb;
  text-align: center;
  margin-bottom: 50px;
}
.p-tab .p-tabnav-wrap li {
  /* float:left;*/
  display: inline-block;
  padding: 0 4px;
  margin: 0 14px;
  font-size: 18px;
  line-height: 3;
  margin-bottom: -4px;
}
.p-tab .p-tabnav-wrap li.active a, .p-tab .p-tabnav-wrap li:hover a {
  color: #333;
  border-color: #80000f;
}
.p-tab .p-tabnav-wrap a {
  display: block;
  border-bottom: 4px solid transparent;
}
.p-tab .tabcontent {
  overflow: hidden;
  margin-top: 40px;
}

/* tab 结束*/
/*m-col2*/
.m-col2:before, .m-col2:after {
  content: " ";
  display: table;
}
.m-col2:after {
  clear: both;
}

.m-col2-left, .m-col2-right {
  float: left;
}

.m-col2-left img {
  width: 100%;
}

/*分页*/
.m-page {
  padding: 40px 0 60px;
  text-align: center;
}
.m-page a, .m-page span {
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 40px;
  margin: 0 6px;
}
.m-page a:hover, .m-page a.active, .m-page span:hover, .m-page span.active {
  color: #fff;
  background-color: #80000f;
  border-color: #80000f;
}
.m-page .prev, .m-page .next {
  padding: 0 30px;
  font-size: 18px;
}
.m-page .m-pafe-num {
  width: 40px;
}

/*分页 结束*/
/*内页集训板块 开始*/
.p-jixun {
  padding: 90px 0;
}

.p-jixun-list {
  margin-right: -30px;
}
.p-jixun-list .icon {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin: 36px 0;
  background-image: url(/statics/images/stu/icons1.png);
  background-repeat: no-repeat;
}
.p-jixun-list .icon2 {
  background-position: -140px 0;
}
.p-jixun-list .icon3 {
  background-position: -280px 0;
}
.p-jixun-list .icon4 {
  background-position: -420px 0;
}
.p-jixun-list .btn {
  border: 1px solid #80000f;
  color: #80000f;
  line-height: 34px;
  padding: 0;
  width: 100px;
  border-radius: 17px;
}
.p-jixun-list .btn:hover {
  background-color: #80000f;
  color: #fff;
}

.p-jixun-item {
  padding: 56px 0;
  float: left;
  width: 280px;
  margin-right: 26px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.p-jixun-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*内页集训板块 结束*/
/*内页优势板块 开始*/
.p-ys {
  background-color: #80000f;
  padding: 68px 0;
}

.p-ys-list {
  margin-right: -34px;
}

.p-ys-item {
  float: left;
  width: 584px;
  padding: 40px 36px 40px 0;
  margin-right: 32px;
  margin-bottom: 32px;
  background-color: #fff;
}
.p-ys-item .icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url(/statics/images/stu/icons2.png);
  background-repeat: no-repeat;
}
.p-ys-item .icon2 {
  background-position: -120px 0;
}
.p-ys-item .icon3 {
  background-position: -240px 0;
}
.p-ys-item .icon4 {
  background-position: -360px 0;
}
.p-ys-item .icon5 {
  background-position: -480px 0;
}
.p-ys-item .icon6 {
  background-position: -600px 0;
}
.p-ys-item .m-col2-left {
  width: 180px;
  text-align: center;
}
.p-ys-item .m-col2-right {
  width: 368px;
}
.p-ys-item .title {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.p-ys-item .desc {
  font-size: 16px;
}

/*内页优势板块 结束*/
/*内页联系我们板块 开始*/
.p-concat-con {
  padding-bottom: 30px;
}
.p-concat-con .line {
  line-height: 1.5;
  font-size: 20px;
}
.p-concat-con .line--diff {
  margin-bottom: 20px;
}
.p-concat-con .p-concat-right {
  padding-right: 130px;
  padding-top: 20px;
}
.p-concat-con .p-concat-right img {
  margin-bottom: 20px;
}
.p-concat-con .p-concat-left {
  padding-top: 50px;
}

/*内页联系我们板块 结束*/
/*内页在线报名板块 开始*/
.p-zxbm {
  padding: 20px 0;
  background-color: #80000f;
}

.p-zxbm-left, .p-zxbm-right {
  float: left;
}

.p-zxbm-left {
  width: 75%;
  color: #fff;
}
.p-zxbm-left img {
  margin-top: 10px;
}
.p-zxbm-left .txt {
  display: inline-block;
  margin-left: 60px;
}
.p-zxbm-left .chinese {
  font-size: 34px;
}
.p-zxbm-left .english {
  font-size: 22px;
}
.p-zxbm-left .line2, .p-zxbm-left .line3 {
  font-size: 18px;
}
.p-zxbm-left .line2 {
  padding: 10px 0;
}

.p-zxbm-right {
  width: 25%;
  padding-top: 10px;
}

/*内页在线报名板块 结束*/
.m-xyimg {
  overflow: hidden;
  text-align: center;
}
.m-xyimg img {
  width: 100%;
}

/*侧边工具栏 开始*/
.sidebar {
  position: fixed;
  width: 140px;
  right: 0;
  top: 50%;
  z-index: 1080;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar.active .side-con-inner {
  height: 456px;
}
.sidebar.active .iconbox {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.side-title {
  height: 225px;
  cursor: pointer;
  margin-bottom:20px;
  background: url(/statics/images/stu/side-bg.png) center bottom no-repeat;
}

.side-con {

}

.side-con-inner {
  height: 132px;
  overflow: hidden;
  background-color: #372e31;
  text-align: center;
  border-radius: 6px;
  padding-bottom: 6px;
  padding-top:12px;
  font-size: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.side-con-inner img {
  border-radius: 10px;
  margin-bottom: 6px;
}

.side-QQ, .side-zx {
  background-color: #56000a;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  line-height: 41px;
  height: 41px;
}
.side-QQ:hover, .side-zx:hover {
  background-color: #4d0009;
}
.side-QQ .iconfont, .side-zx .iconfont {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 4px;
  line-height: 40px;
}

.side-QQ {
  
}

.side-control {
  text-align: center;
  font-size: 0;
}
.side-control .line {
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #80000f;
}
.side-control .iconbox {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  background-color: #56000a;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}
.side-control .iconfont {
  color: #fff;
}

/*侧边工具栏 结束*/
/*返回顶部开始*/
.xm-totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  background-color: #56000a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.xm-totop .iconfont {
  line-height: 1;
}

/*返回顶部结束*/
/*面包屑 开始*/
.m-cramb {
  background-color: #f0f0f0;
  padding: 20px 0;
  font-size: 16px;
  color: #666;
}
.m-cramb .sep {
  margin: 0 6px;
}
.m-cramb .current {
  color: #000;
}

/*面包屑 结束*/
/*新闻详情开始*/
.m-newsdetail {
  margin-bottom: 30px;
}
.m-newsdetail h2 {
  text-align: center;
  padding: 40px 0;
}
.m-newsdetail .info {
  color: #999;
  margin-bottom: 40px;
}
.m-newsdetail .content {
  margin-bottom: 30px;
}

/*新闻详情结束*/
.dh-boder1 {
  position: relative;
}

/*组件结束*/
.prevnext {
  font-size: 16px;
  margin-bottom: 10px;
}
.prevnext a:hover {
  color: #80000f;
}
